Disable xcs stop from xend script since it kills xenstored now.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 6 Sep 2005 17:18:28 +0000 (17:18 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 6 Sep 2005 17:18:28 +0000 (17:18 +0000)
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
tools/misc/xend

index db868b5c67a62bc86650b812691e2e1e6fdf8f88..089f674a952c0e84b3d4612e9f7c3a3596a13512 100644 (file)
@@ -151,10 +151,8 @@ def main():
         start_consoled()
         return daemon.start(trace=1)
     elif sys.argv[1] == 'stop':
-        stop_xcs()
         return daemon.stop()
     elif sys.argv[1] == 'restart':
-        stop_xcs()
         start_xcs()
         start_xenstored()
         start_consoled()